Kali Terminal 1:

tcpdump
ctrl+c
tcpdump -v -n -X dst <metasploitable IP> and src <Kali IP>



Kali Terminal 2:

clear
hping3 -h
clear
hping3 --scan 1-200 <metasploitable IP>
hping3 --udp --scan 1-200 <metasploitable IP>
hping3 -S -c 1 -p 21 -s 5150 <metasploitable IP>
hping3 -S -c 1 -s 5150 <metasploitable IP>
hping3 -S -c 1 -p 80 -s 5150 <metasploitable IP>
hping3 -S -c 1 -p 70 -s 5150 <metasploitable IP>
hping3 -A -c 1 -p 70 -s 5150 <metasploitable IP>
hping3 -SA -c 1 -p 80 -s 5150 <metasploitable IP>
hping3 -R -c 1 -p 80 -s 5150 <metasploitable IP>
hping3 -FA -c 1 -p 80 -s 5150 <metasploitable IP>
hping3 -U -P -F -c 1 -p 80 -s 5150 <metasploitable IP>
 
--------------------------------------
# Create a file named get in /root
# Enter this one line in the file and save it:

GET / HTTP/1.1

hping3 -c 1 -p 80 -A -d 20 --file /root/get 